home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / chat / chatte.exe / arc / CHATTER.DOC < prev    next >
Text File  |  1988-01-27  |  9KB  |  225 lines

  1.  
  2. 3 files are included in this ARC file:
  3.  
  4. CHATTER.DOC - All beta test documentation (this file)
  5. CHAT.EXE    - Main program file (Version 1.1 compiled 01/27/87)
  6. READ.ME     - Current information about CHATTER
  7.  
  8. Please  read the documentation carefully before installing  CHATTER 
  9. on your system.  
  10.  
  11.  
  12.  
  13.  
  14. CHATTER  is  a  Novell  network  utility  that  allows  users  to 
  15. communicate  in real time, across the network, without using  the 
  16. Novell SEND command for sending each line of real time text.  
  17.  
  18.  
  19. INSTALLATION NOTES:
  20. -------------------
  21. 1)  CHAT.EXE  should  be  installed as one  of  two  files  in  a 
  22.     directory called CHAT. The Novell SEND program (SEND.COM)  is 
  23.     the  other  file  that  needs  to  be  present  in  the  CHAT 
  24.     directory. If you are a registered Novell user you will  have 
  25.     a copy of SEND.COM.  SEND.COM is not necessary, but is needed 
  26.     if  you want to notify the other user that you want to  CHAT. 
  27.     Use  the  DOS COPY command to install CHAT.EXE  and  SEND.COM 
  28.     into the CHAT directory.
  29.  
  30. 2)  All  users  should  be   assigned   Read/Write/Create/Delete        
  31.     privileges in the CHAT directory.
  32.  
  33. 3)  To  run  CHATTER   both  users  MUST be  in   the   CHAT         
  34.     directory,  then type the command shown below.
  35.         
  36.           CHAT <your login id>  <login id of other user> [ENTER]
  37.           
  38.           Example:  F:\CHAT> CHAT  KEVIN  JOHN [ENTER]
  39.  
  40. The  command  above  is  what  Kevin would  type  to  setup  CHAT 
  41. communications   between KEVIN and JOHN. John would also have  to 
  42. type the following command to confirm that he is ready to    CHAT 
  43. with Kevin.
  44.  
  45. If  you  type CHAT [ENTER], the program will still  run, it  will 
  46. just  prompt you for your login id and the login id of  the  user 
  47. you want to chat with.
  48.  
  49.           Example:  F:\CHAT> CHAT  JOHN  KEVIN  [ENTER]
  50.           or        F:\CHAT> CHAT [ENTER] 
  51.  
  52. If  you use the Novell menu utilities it is simple  to  implement 
  53. CHATTER  into  your system menu. (Refer to  Novell  Menu  Utility 
  54. Manual).  I prefer a simple DOS batch file titled  CHAT.BAT  (see 
  55. top of next page) which is stored in the users SEARCH directory.
  56.  
  57.                 
  58. F:
  59. CD \CHAT
  60. CHATTER %1 %2
  61. MENU
  62.  
  63.  
  64. ASSUMPTIONS:
  65. ------------
  66. 1)  CHAT.EXE and SEND.COM are flagged as shareable/read/write.
  67.            
  68. 2)  SYSTIME  was  executed in the  login  scripts  to  align          
  69.     all workstation clocks.  (not necessary, but recommended)
  70.  
  71.  
  72.  
  73. GENERAL USAGE NOTES:
  74. --------------------
  75. 1)  Once inside the CHAT utility the user will be  notified  when 
  76.     the  other  user joins CHAT.  You do not have to  wait  until 
  77.     they  arrive in CHAT to send them information. The  text  you 
  78.     type will be saved until the other user joins the CHAT  mode.  
  79.     If the user fails to join the CHAT mode, before you exit  the 
  80.     CHAT mode, the information that was stored will be deleted.
  81.  
  82. 2)  Each line of text is sent after the user pushes ENTER. If you 
  83.     receive  a line of text while you are typing, your text  will 
  84.     be  moved  to the next line, and the received  text  will  be 
  85.     placed above it.
  86.  
  87. 3)  A file will be created called CHAT.LOG this will contain  the 
  88.     names  of  users  who are currently CHATTING.   When  a  user  
  89.     exits  chat they are removed from CHAT.LOG  (currently  being 
  90.     implemented).
  91.  
  92.  
  93. RESTRICTIONS:
  94. -------------
  95. 1)  There can be multiple CHAT sessions going on at one time, but 
  96.     no  more  that two users in each CHAT session.  The  official 
  97.     release  of CHATTER will allow more than 2 persons  per  CHAT 
  98.     session.
  99.  
  100. 2)  If  two users use the same login id, CHATTER will  not  allow 
  101.     the  second  to CHAT. This can not occur if users  use  their 
  102.     Novell login id's. (Currently being implemented)
  103.  
  104. 3)  If you have multiple servers, users must be ATTACHED  to  the 
  105.     same server that has the CHAT directory.          
  106.  
  107.  
  108. ADDITIONAL BETA TEST NOTES:  
  109. ---------------------------
  110. If  you  are familiar with the CHAT mode of PC Board  BBS's,  you 
  111. will find that this utility is very similar.  
  112.  
  113.  
  114. CHATTER  is still in the beta test version.  I have used  it  for 
  115. the past several weeks on the network that I administer at  work, 
  116. which is configured as follows:
  117.  
  118.    Novell Netware 286 Version 2.0   
  119.    Compaq 386 Model 130 (2.5 Meg of memory) as file server
  120.    Proteon Pronet-10 Network boards, Star Topology (twisted pair) 
  121.    25 assorted PC's as workstations (DOS 3.2)
  122.  
  123. I am particularly interested in how fast it operates when used on 
  124. a  configuration  different than the one above,  which  use  high 
  125. speed  Proteon boards and caches a significant amount of data  in 
  126. the file servers memory.  
  127.  
  128. I  have  had no problems with CHATTER to date. But  as  with  all 
  129. software,  you are using it at your own risk.  I can not be  held 
  130. liable  for  any  damages that might occur to  your  network,  or 
  131. workstations, through the use of CHATTER.
  132.  
  133. To   reduce   the  chances  of  problems,  follow   the   CHATTER 
  134. installation  procedures listed above.  Over 5000 lines  of  text 
  135. have been transmitted through CHATTER (at the office I work) with 
  136. 0  network  failures and 0 workstation lockups.  (Although  these 
  137. statistics  may  not  reflect how CHATTER will  operate  on  your 
  138. system)
  139.  
  140. DISCLAIMER:
  141. -----------
  142. This utility is distributed as is and no warranty of any kind  is 
  143. provided  as  to the fitness for any  specific  application.   No 
  144. warranty, whether express or implied, shall apply with the use of 
  145. this  product.  In no event will The Cumberland  Group  or  Kevin 
  146. Fisher  be  liable to the user of CHATTER for any  incidental  or 
  147. consequential damages arising out of the use or inability to  use 
  148. the CHATTER utility.  You are using CHATTER at your own risk.
  149.  
  150.  
  151. SHAREWARE:
  152. ----------
  153. When  completed,  CHATTER will be released  under  the  shareware 
  154. concept.   If you find the beta test version useful, and  want  to 
  155. receive the official release with printed documentation (expected 
  156. around Dec. 20, 1987).  A contribution of $30 is suggested.  
  157.  
  158.  
  159. Check should be made payable to:  Kevin Fisher
  160.                                   The Cumberland Group (TCG)
  161.                                   32 Woodhaven Way
  162.                                   Sicklerville, NJ  08081
  163.                                   (Home)  609-728-7827
  164.  
  165.                                   Compuserve Id#  70407,441
  166.                                         or a message on
  167.                                   CompuData BBS 609-232-1245
  168.  
  169. FINAL COMMENTS:
  170. ---------------
  171. I appreciate your help in testing CHATTER and encourage any input 
  172. about, or criticisms of, this utility.
  173.  
  174. This  is  a beta test version of CHATTER. It was released  to  be 
  175. tested by a few networks. As you can tell from the documentation, 
  176. I am still implementing several useful and needed features.  When 
  177. CHATTER  is  completed  and  working to  my  expectations,  I  am 
  178. planning on releasing it into shareware.
  179.  
  180. The methods and programming logic used in developing this utility 
  181. were  quite  simple.  It does not use any unique network  or  DOS 
  182. function calls. CHATTER simply checks the server for any new text 
  183. every  couple of seconds.  It relies on the speed of C,  and  the 
  184. fact  that the network caches recent files in server memory,  for 
  185. its  quick  response.   Because of this method  of  checking  the 
  186. server,  too many multiple CHAT sessions can cause a  degradation 
  187. in  the  speed  of the network.(as  will  any  network  intensive 
  188. program)  We have had eight users chatting simultaneously on  the 
  189. network  configuration listed in the ADDITIONAL BETA TEST  NOTES, 
  190. with   no  noticeable  degradation  of  speed  on  the   network.  
  191. (Although this statistic may not reflect how CHATTER will operate 
  192. on  your system) I find CHATTER infinitely better than having  to 
  193. use the Novell SEND command to send every line of real time text, 
  194. and  better  than Electronic Mail if you want a quick  real  time 
  195. response.
  196.  
  197. The  official  release  of  this  product  will  support  a   few 
  198. additional  features not included in the Beta Test  version  (see 
  199. below):
  200.  
  201.    1) Support for more than 2 users per CHAT session
  202.    2) Increase security (making CHATs more private)
  203.    3) Storage of messages until user arrives in CHAT  
  204.  
  205. CHATTER  does  not have all the bells and whistles that  I  would 
  206. like  it to have (yet), but it does get the job done, at  minimal 
  207. suggested cost. (under the shareware concept)
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.